home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / answrbok / 5_11.lha / 5_11 / makefile < prev    next >
Makefile  |  1993-08-08  |  337b  |  18 lines

  1. C= CC -I. -I../../CC
  2. RROR=  ../../error.o
  3. FLAGS= -I. -g +i
  4.  
  5. ll: tst
  6.  
  7. st: tst.c 5_11A.h 5_11B.h 5_11C.h 5_11D.h 5_11a.c 5_11b.c 5_11c.c 5_11d.c 5_11e.c 5_11f.c 5_11g.c 5_11h.c 5_11i.c
  8. $(CC) $(CFLAGS) tst.c -o tst $(ERROR)
  9.  
  10. MP= tst.cmp
  11. UT= tst.out
  12.  
  13. st.out: tst ;    ./tst > tst.out
  14.  
  15. est: all $(OUT) $(CMP)
  16. cmp tst.out tst.cmp
  17. echo tests done
  18.